home *** CD-ROM | disk | FTP | other *** search
/ Airline Maintenance & Engineering / Unisys Airline Maintenance & Engineering.iso / solution.dxr / 00153.ls < prev    next >
Encoding:
Text File  |  1997-04-14  |  136 b   |  10 lines

  1. on exitFrame
  2.   roll_check(18, 19, 2)
  3.   if soundBusy(1) then
  4.     go(the frame)
  5.   else
  6.     go(the frame + 1)
  7.   end if
  8.   go(the frame)
  9. end
  10.